home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / libg++ / tests / test_h.cc < prev    next >
C/C++ Source or Header  |  1994-10-14  |  2KB  |  105 lines

  1. // Use all the g++ headerfiles
  2.  
  3. // $Author: bothner $
  4. // $Revision: 1.15 $
  5. // $Date: 1994/10/14 23:05:46 $
  6.  
  7. #include <_G_config.h>
  8. // If we have the old iostream library, it defines _OLD_STREAMS
  9. #include <stream.h>
  10.  
  11. #include <std.h>
  12.  
  13. #include <sys/types.h>
  14. #include <sys/time.h>
  15. #include <sys/file.h>
  16. #if _G_HAVE_SYS_WAIT
  17. #include <sys/wait.h>
  18. #endif
  19. #include <sys/signal.h>
  20. #include <sys/stat.h>
  21. #include <sys/times.h>
  22.  
  23. #ifdef _OLD_STREAMS
  24. #include <PlotFile.h>
  25. #include <File.h>
  26. #include <Filebuf.h>
  27. #include <Fmodes.h>
  28. #include <filebuf.h>
  29. #include <SFile.h>
  30. #endif
  31.  
  32. #include <ACG.h>
  33. #include <Fix.h>
  34. #include <MLCG.h>
  35. #include <AllocRing.h>
  36. #include <Binomial.h>
  37. #include <BitSet.h>
  38. #include <BitString.h>
  39. #include <Complex.h>
  40. #include <DiscUnif.h>
  41. #include <Erlang.h>
  42. #include <GetOpt.h>
  43. #include <Fix16.h>
  44. #include <Fix24.h>
  45. #include <Geom.h>
  46. #include <Rational.h>
  47. #include <HypGeom.h>
  48. #include <Integer.h>
  49. #include <Incremental.h>
  50. #include <LogNorm.h>
  51. #include <NegExp.h>
  52. #include <Normal.h>
  53. #include <Obstack.h>
  54. #include <Pix.h>
  55. #include <SmplHist.h>
  56. #include <Poisson.h>
  57. #include <RNG.h>
  58. #include <Random.h>
  59. #include <SmplStat.h>
  60. #include <Regex.h>
  61. #include <RndInt.h>
  62. #include <builtin.h>
  63. #include <String.h>
  64. #include <Uniform.h>
  65. #include <Weibull.h>
  66.  
  67. #include <assert.h>
  68. #include <libc.h>
  69. #include <compare.h>
  70. #include <complex.h>
  71. #include <ctype.h>
  72. #include <errno.h>
  73. #include <generic.h>
  74. #include <grp.h>
  75. #include <getpagesize.h>
  76. #include <time.h>
  77. #include <math.h>
  78. #include <memory.h>
  79. #include <minmax.h>
  80. #include <new.h>
  81. #include <osfcn.h>
  82. #include <pwd.h>
  83. #include <setjmp.h>
  84. #include <signal.h>
  85. #include <stdarg.h>
  86. #include <stddef.h>
  87. #include <stdio.h>
  88. #include <stdlib.h>
  89. #include <strclass.h>
  90. #include <string.h>
  91. #include <swap.h>
  92. #include <unistd.h>
  93. #include <limits.h>
  94. #ifdef _IO_MAGIC
  95. #include <istream.h>
  96. #include <streambuf.h>
  97. #include <ostream.h>
  98. #endif
  99.  
  100. main()
  101. {
  102.     cout << "Could include all g++-include files\n";
  103.     exit (0);
  104. }
  105.